[INFO] cloning repository https://github.com/seahorse-byte/dioxus-app
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/seahorse-byte/dioxus-app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseahorse-byte%2Fdioxus-app", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseahorse-byte%2Fdioxus-app'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] eee26e063b0f1001383d9ca2dd8473dcaa8bdf8b
[INFO] checking seahorse-byte/dioxus-app/eee26e063b0f1001383d9ca2dd8473dcaa8bdf8b against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseahorse-byte%2Fdioxus-app" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/seahorse-byte/dioxus-app
[INFO] finished tweaking git repo https://github.com/seahorse-byte/dioxus-app
[INFO] tweaked toml for git repo https://github.com/seahorse-byte/dioxus-app written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/seahorse-byte/dioxus-app on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/seahorse-byte/dioxus-app already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dioxus-interpreter-js v0.4.0
[INFO] [stderr]   Downloaded sledgehammer_utils v0.2.0
[INFO] [stderr]   Downloaded dioxus-web v0.4.0
[INFO] [stderr]   Downloaded sledgehammer_bindgen v0.2.4
[INFO] [stderr]   Downloaded dioxus-html v0.4.0
[INFO] [stderr]   Downloaded dioxus-hot-reload v0.4.0
[INFO] [stderr]   Downloaded dioxus-debug-cell v0.1.1
[INFO] [stderr]   Downloaded darling v0.20.3
[INFO] [stderr]   Downloaded darling_macro v0.20.3
[INFO] [stderr]   Downloaded spinning v0.1.0
[INFO] [stderr]   Downloaded to_method v1.1.0
[INFO] [stderr]   Downloaded serde_repr v0.1.16
[INFO] [stderr]   Downloaded enumset_derive v0.8.1
[INFO] [stderr]   Downloaded intmap v0.7.1
[INFO] [stderr]   Downloaded smallbox v0.8.2
[INFO] [stderr]   Downloaded dioxus-rsx v0.4.0
[INFO] [stderr]   Downloaded dioxus-hooks v0.4.0
[INFO] [stderr]   Downloaded dioxus v0.4.0
[INFO] [stderr]   Downloaded semver v1.0.19
[INFO] [stderr]   Downloaded concurrent-queue v2.3.0
[INFO] [stderr]   Downloaded async-trait v0.1.73
[INFO] [stderr]   Downloaded blocking v1.4.0
[INFO] [stderr]   Downloaded keyboard-types v0.6.2
[INFO] [stderr]   Downloaded dioxus-core-macro v0.4.0
[INFO] [stderr]   Downloaded enumset v1.1.2
[INFO] [stderr]   Downloaded async-task v4.4.1
[INFO] [stderr]   Downloaded darling_core v0.20.3
[INFO] [stderr]   Downloaded dioxus-core v0.4.2
[INFO] [stderr]   Downloaded interprocess-docfix v1.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3232df928b55ff08e26fe4c71ccf6a3e1809870038d9ba5df3ac75cddcbd3cc2
[INFO] running `Command { std: "docker" "start" "3232df928b55ff08e26fe4c71ccf6a3e1809870038d9ba5df3ac75cddcbd3cc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3232df928b55ff08e26fe4c71ccf6a3e1809870038d9ba5df3ac75cddcbd3cc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3232df928b55ff08e26fe4c71ccf6a3e1809870038d9ba5df3ac75cddcbd3cc2" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3232df928b55ff08e26fe4c71ccf6a3e1809870038d9ba5df3ac75cddcbd3cc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3232df928b55ff08e26fe4c71ccf6a3e1809870038d9ba5df3ac75cddcbd3cc2" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.87
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling wasm-bindgen v0.2.87
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling semver v1.0.19
[INFO] [stderr]     Checking concurrent-queue v2.3.0
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]     Checking longest-increasing-subsequence v0.1.0
[INFO] [stderr]     Checking smallbox v0.8.2
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]     Checking ordered-float v2.10.0
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stdout] error[E0635]: unknown feature `stdsimd`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.6/src/lib.rs:33:42
[INFO] [stdout]    |
[INFO] [stdout] 33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
[INFO] [stdout]    |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stdout] For more information about this error, try `rustc --explain E0635`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ahash` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3232df928b55ff08e26fe4c71ccf6a3e1809870038d9ba5df3ac75cddcbd3cc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3232df928b55ff08e26fe4c71ccf6a3e1809870038d9ba5df3ac75cddcbd3cc2", kill_on_drop: false }`
[INFO] [stdout] 3232df928b55ff08e26fe4c71ccf6a3e1809870038d9ba5df3ac75cddcbd3cc2
